home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / pibtscr4.arc / PIBTTEF.SCR < prev    next >
Encoding:
Text File  |  1986-01-17  |  2.5 KB  |  68 lines

  1. **************************************************************************
  2. **************************************************************************
  3.  
  4. *This is a timed execution file for this BBS to be used with PIBTERM 3.2
  5. *Place the desired execution time in the designated space.
  6. *Insert your dialing directory number, name, and correct ID#
  7. *Insert the transfer protocol your desire to use.
  8. *Insert the name of file to be transferred
  9.  Don't forget to change the "D" to a "U" if your uploading instead
  10.  of downloading.
  11. *I've also included the "DOS" command "E:|CD\TEMP". This command causes
  12.  the program to exit to DOS, switch to my drive "E", and then change to
  13.  my directory TEMP, in which I place all downloaded files. Remove or
  14.  change to fit your system.
  15.  
  16.  
  17. *I'm also trying to find a few people who would like to form a small group of
  18.  PIBTERM users. (10-15 people) The purpose would be to exchange information on
  19.  PC system operations. Actually, that's a lot of hooey, it's really to have
  20.  some fun using the PIBTERM Host Facilities.
  21.  
  22. *Any juvenile delinquents (over the age of 30) would be welcome !!!!
  23.  
  24. *If you're interested leave a message for me on this board.
  25.  
  26. *Fred Berger ID1424
  27.  
  28. *These instructions will not self-destruct after you've read them, so please
  29.  erase before executing this file.
  30.  
  31. *DON'T FORGET TO DO JUST LIKE I DO. SET THE THING UP TO EXECUTE AT 3:15:00AM
  32.  OR SOME OTHER STUPID TIME, AND THEN STAY UP TO SEE IF IT DOES IT OK.
  33.  
  34. ****************************************************************************
  35. ****************************************************************************
  36.  
  37. PARAM TE=2
  38. CLEAR
  39. MESSAGE "         ****** EXECUTING TEF for GENE PLANTZ'S BBS  ******"
  40. WAIT "16:10:00"  << insert correct time here
  41. DIAL "  "        << insert correct dialing directory number here
  42. IF NOT CONNECTED
  43.    CLEAR
  44.    MESSAGE "   ********** REDIALING GENE PLANTZ'S **********"
  45.    REDIAL
  46. ENDIF
  47. WAITSTRING "==>"
  48. STEXT "ID    |"  << insert your ID # here
  49. WAITSTRING ">"
  50. STEXT "    |"    << insert your password here
  51. REPEAT
  52.    WAITSTRING "X,D,V,?)"
  53. UNTIL WAITSTRING
  54. STEXT "F|"
  55. IF CONNECTED
  56.    PARAM TT=XC       << insert xfer protocol you desire here
  57.    DOS "E:|CD\TEMP"  << select directory in which to place or locate xfer file
  58. ENDIF
  59. REPEAT
  60.     WAITSTRING "[DIR=ALL]--> "
  61. UNTIL WAITSTRING
  62. STEXT "D;FORMFEED.PAT;C|"  << insert desired file name here
  63. RECEIVE "FORMFEED.PAT"     << insert desired file name here
  64. REPEAT
  65.     WAITSTRING "[DIR=ALL]--> "
  66. UNTIL WAITSTRING
  67. STEXT "G|"
  68.